home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtable.dxr / 00032_max min box.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  431 b   |  21 lines

  1. property ancestor, pXMinLoc
  2.  
  3. on new me, buttonName, castName, xSprite, xLoc, descendant
  4.   ancestor = new(script("generic button"), buttonName, castName, xSprite, xLoc, me)
  5.   pXMinLoc = xLoc.locH
  6.   return me
  7. end
  8.  
  9. on performFunction me
  10.   tell the stage
  11.     playSFX(7)
  12.   end tell
  13.   ResizeLayOutScreen()
  14.   return me
  15. end
  16.  
  17. on buttonLoc me, size
  18.   set the locH of sprite the pChannel of me to getAt([pXMinLoc, 634], size)
  19.   return me
  20. end
  21.